From 1c3e6a878f147d063b43948dd8a3f06da195e7ea Mon Sep 17 00:00:00 2001 From: tpearson Date: Mon, 2 Aug 2010 19:28:10 +0000 Subject: TQt conversion fixes git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdepim@1158452 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- libkpgp/kpgp.h | 8 ++++---- libkpgp/kpgpblock.h | 2 +- libkpgp/kpgpui.h | 18 +++++++++--------- 3 files changed, 14 insertions(+), 14 deletions(-) (limited to 'libkpgp') 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 -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 //#include -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 -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 -- cgit v1.2.3