diff options
Diffstat (limited to 'libkpgp/kpgpui.h')
-rw-r--r-- | libkpgp/kpgpui.h | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/libkpgp/kpgpui.h b/libkpgp/kpgpui.h index 48e6fecde..8cb41953f 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 |