From b678e7f967f438e123324c7a34b02388e68d70dc Mon Sep 17 00:00:00 2001 From: tpearson Date: Mon, 2 Aug 2010 19:29:01 +0000 Subject: TQt conversion fixes git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdeutils@1158453 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kwallet/konfigurator/konfigurator.h | 2 +- kwallet/kwalleteditor.h | 6 +++--- kwallet/kwalletmanager.h | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) (limited to 'kwallet') diff --git a/kwallet/konfigurator/konfigurator.h b/kwallet/konfigurator/konfigurator.h index 0d4d4b6..338e844 100644 --- a/kwallet/konfigurator/konfigurator.h +++ b/kwallet/konfigurator/konfigurator.h @@ -24,7 +24,7 @@ class KConfig; class WalletConfigWidget; -class QListViewItem; +class TQListViewItem; class KWalletConfig : public KCModule { Q_OBJECT diff --git a/kwallet/kwalleteditor.h b/kwallet/kwalleteditor.h index 62cbcf1..9036bce 100644 --- a/kwallet/kwalleteditor.h +++ b/kwallet/kwalleteditor.h @@ -27,9 +27,9 @@ #include class KAction; -class QIconViewItem; -class QListViewItem; -class QCheckBox; +class TQIconViewItem; +class TQListViewItem; +class TQCheckBox; class KWalletFolderIconView; class KWalletEntryList; class KWMapEditor; diff --git a/kwallet/kwalletmanager.h b/kwallet/kwalletmanager.h index c9cc553..afb083e 100644 --- a/kwallet/kwalletmanager.h +++ b/kwallet/kwalletmanager.h @@ -26,7 +26,7 @@ class KSystemTray; class KWalletIconView; -class QIconViewItem; +class TQIconViewItem; class DCOPRef; -- cgit v1.2.1