summaryrefslogtreecommitdiffstats
path: root/libkpgp
diff options
context:
space:
mode:
Diffstat (limited to 'libkpgp')
-rw-r--r--libkpgp/kpgp.h8
-rw-r--r--libkpgp/kpgpblock.h2
-rw-r--r--libkpgp/kpgpui.h18
3 files changed, 14 insertions, 14 deletions
diff --git a/libkpgp/kpgp.h b/libkpgp/kpgp.h
index b96bb62d..e36f07fd 100644
--- a/libkpgp/kpgp.h
+++ b/libkpgp/kpgp.h
@@ -38,10 +38,10 @@
#include "kpgpkey.h"
#include <kdepimmacros.h>
-class QLineEdit;
-class QCursor;
-class QCheckBox;
-class QGridLayout;
+class TQLineEdit;
+class TQCursor;
+class TQCheckBox;
+class TQGridLayout;
class KConfig;
diff --git a/libkpgp/kpgpblock.h b/libkpgp/kpgpblock.h
index 2bce9c74..a85dcea6 100644
--- a/libkpgp/kpgpblock.h
+++ b/libkpgp/kpgpblock.h
@@ -26,7 +26,7 @@
#include <kdepimmacros.h>
//#include <tqstringlist.h>
-class QStringList;
+class TQStringList;
#include "kpgp.h"
diff --git a/libkpgp/kpgpui.h b/libkpgp/kpgpui.h
index 48e6fecd..8cb41953 100644
--- a/libkpgp/kpgpui.h
+++ b/libkpgp/kpgpui.h
@@ -31,15 +31,15 @@
#include <kdepimmacros.h>
-class QString;
-class QRegExp;
-class QCString;
-class QCheckBox; // needed by Config, KeySelectionDialog
-class QMultiLineEdit; // needed by CipherTextDialog
-class QComboBox; // needed by Config
-class QPixmap; // needed by KeySelectionDialog
-class QPushButton; // needed by KeyRequester
-class QTimer; // needed by KeySelectionDialog
+class TQString;
+class TQRegExp;
+class TQCString;
+class TQCheckBox; // needed by Config, KeySelectionDialog
+class TQMultiLineEdit; // needed by CipherTextDialog
+class TQComboBox; // needed by Config
+class TQPixmap; // needed by KeySelectionDialog
+class TQPushButton; // needed by KeyRequester
+class TQTimer; // needed by KeySelectionDialog
class KListView; // needed by KeySelectionDialog
class KPasswordEdit; // needed by PassphraseDialog