diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-08-02 19:28:10 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-08-02 19:28:10 +0000 |
commit | 1c3e6a878f147d063b43948dd8a3f06da195e7ea (patch) | |
tree | 3d0575a90e6b1c3cedb0c7b1d86970eb4ca92354 /libkpgp | |
parent | 7be55ffa061c026e35e2d6a0effe1161ddb0d41f (diff) | |
download | tdepim-1c3e6a878f147d063b43948dd8a3f06da195e7ea.tar.gz tdepim-1c3e6a878f147d063b43948dd8a3f06da195e7ea.zip |
TQt conversion fixes
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdepim@1158452 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'libkpgp')
-rw-r--r-- | libkpgp/kpgp.h | 8 | ||||
-rw-r--r-- | libkpgp/kpgpblock.h | 2 | ||||
-rw-r--r-- | libkpgp/kpgpui.h | 18 |
3 files changed, 14 insertions, 14 deletions
diff --git a/libkpgp/kpgp.h b/libkpgp/kpgp.h index b96bb62dc..e36f07fdf 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 2bce9c74c..a85dcea65 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 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 |