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 /kontact/src | |
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 'kontact/src')
-rw-r--r-- | kontact/src/iconsidepane.h | 2 | ||||
-rw-r--r-- | kontact/src/kcmkontact.h | 6 | ||||
-rw-r--r-- | kontact/src/mainwindow.h | 8 | ||||
-rw-r--r-- | kontact/src/profiledialog.h | 4 | ||||
-rw-r--r-- | kontact/src/profilemanager.h | 2 |
5 files changed, 11 insertions, 11 deletions
diff --git a/kontact/src/iconsidepane.h b/kontact/src/iconsidepane.h index 89fb002a8..03f838c97 100644 --- a/kontact/src/iconsidepane.h +++ b/kontact/src/iconsidepane.h @@ -29,7 +29,7 @@ #include "prefs.h" -class QSignalMapper; +class TQSignalMapper; namespace KParts { class Part; } diff --git a/kontact/src/kcmkontact.h b/kontact/src/kcmkontact.h index d914bd351..ed926db4e 100644 --- a/kontact/src/kcmkontact.h +++ b/kontact/src/kcmkontact.h @@ -29,9 +29,9 @@ #include <kservice.h> #include "plugin.h" -class QGroupBox; -class QComboBox; -class QListViewItem; +class TQGroupBox; +class TQComboBox; +class TQListViewItem; class KAboutData; class KListView; diff --git a/kontact/src/mainwindow.h b/kontact/src/mainwindow.h index 5fe50a22f..892fce64e 100644 --- a/kontact/src/mainwindow.h +++ b/kontact/src/mainwindow.h @@ -36,10 +36,10 @@ #include "core.h" #include "kontactiface.h" -class QHBox; -class QSplitter; -class QVBox; -class QFrame; +class TQHBox; +class TQSplitter; +class TQVBox; +class TQFrame; class KAction; class KConfig; diff --git a/kontact/src/profiledialog.h b/kontact/src/profiledialog.h index 730b044f3..b20a86985 100644 --- a/kontact/src/profiledialog.h +++ b/kontact/src/profiledialog.h @@ -30,10 +30,10 @@ #include <tqmap.h> #include <tqstring.h> -class QListViewItem; +class TQListViewItem; class KListView; -class QPushButton; +class TQPushButton; namespace Kontact { diff --git a/kontact/src/profilemanager.h b/kontact/src/profilemanager.h index ff6d6e1bf..0b335b950 100644 --- a/kontact/src/profilemanager.h +++ b/kontact/src/profilemanager.h @@ -29,7 +29,7 @@ #include <tqobject.h> #include <tqstring.h> -template <class T> class QValueList; +template <class T> class TQValueList; namespace KIO { class Job; |