summaryrefslogtreecommitdiffstats
path: root/kedit
diff options
context:
space:
mode:
Diffstat (limited to 'kedit')
-rw-r--r--kedit/kedit.cpp4
-rw-r--r--kedit/kedit.h2
-rw-r--r--kedit/ktextfiledlg.h6
3 files changed, 6 insertions, 6 deletions
diff --git a/kedit/kedit.cpp b/kedit/kedit.cpp
index 239f92b..eb3c8af 100644
--- a/kedit/kedit.cpp
+++ b/kedit/kedit.cpp
@@ -162,7 +162,7 @@ void TopLevel::setupEditWidget()
set_colors();
/*
- right_mouse_button = new QPopupMenu;
+ right_mouse_button = new TQPopupMenu;
right_mouse_button->insertItem (i18n("Open..."),
this, TQT_SLOT(file_open()));
@@ -915,7 +915,7 @@ void TopLevel::print()
if ( !m_caption.isEmpty() )
printer->setDocName(m_caption);
- TQPainter *p = new QPainter;
+ TQPainter *p = new TQPainter;
p->begin( printer );
TQPaintDeviceMetrics metrics( printer );
diff --git a/kedit/kedit.h b/kedit/kedit.h
index fc986f7..5e075c1 100644
--- a/kedit/kedit.h
+++ b/kedit/kedit.h
@@ -34,7 +34,7 @@
class KEdit;
class KSpell;
class KSpellConfig;
-class QTimer;
+class TQTimer;
class KAction;
class KRecentFilesAction;
diff --git a/kedit/ktextfiledlg.h b/kedit/ktextfiledlg.h
index c280ccd..ba9ab4a 100644
--- a/kedit/ktextfiledlg.h
+++ b/kedit/ktextfiledlg.h
@@ -23,9 +23,9 @@
#include <kfiledialog.h>
-class QComboBox;
-class QTextCodec;
-class QString;
+class TQComboBox;
+class TQTextCodec;
+class TQString;
class KURL;
/**