Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 41315
Collapse All | Expand All

(-)ktt/kttdoc.cpp.orig (-1 / +1 lines)
Lines 30-36 Link Here
30
// application specific includes
30
// application specific includes
31
#include "kttdoc.h"
31
#include "kttdoc.h"
32
#include "ktt.h"
32
#include "ktt.h"
33
33
#include <cstdlib>
34
34
35
KTTDoc::KTTDoc(QWidget *parent, const char *name) : QObject(parent, name)
35
KTTDoc::KTTDoc(QWidget *parent, const char *name) : QObject(parent, name)
36
{
36
{
(-)ktt/kttview.cpp.orig (-2 / +2 lines)
Lines 261-267 Link Here
261
  else
261
  else
262
   t = TextEditRight->text();
262
   t = TextEditRight->text();
263
  return t;
263
  return t;
264
};
264
}
265
265
266
QString KTTView::textRoman(bool selectedOnly) const
266
QString KTTView::textRoman(bool selectedOnly) const
267
{
267
{
Lines 271-277 Link Here
271
  else
271
  else
272
   t = TextEditLeft->text();
272
   t = TextEditLeft->text();
273
  return t;
273
  return t;
274
};
274
}
275
275
276
void KTTView::setTengwar(const QString & text, bool clear)
276
void KTTView::setTengwar(const QString & text, bool clear)
277
{
277
{

Return to bug 41315