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 | |
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')
24 files changed, 46 insertions, 46 deletions
diff --git a/kontact/interfaces/plugin.h b/kontact/interfaces/plugin.h index f3b44431d..e94c0315e 100644 --- a/kontact/interfaces/plugin.h +++ b/kontact/interfaces/plugin.h @@ -29,13 +29,13 @@ #include <kdepimmacros.h> #include <tqptrlist.h> -class QStringList; +class TQStringList; class DCOPClient; class DCOPObject; class KAboutData; class KAction; class KConfig; -class QWidget; +class TQWidget; namespace KParts { class ReadOnlyPart; } /** diff --git a/kontact/plugins/kmail/kcmkmailsummary.h b/kontact/plugins/kmail/kcmkmailsummary.h index da43a0b26..4ef16a96d 100644 --- a/kontact/plugins/kmail/kcmkmailsummary.h +++ b/kontact/plugins/kmail/kcmkmailsummary.h @@ -30,8 +30,8 @@ class KListView; -class QCheckBox; -class QCheckListItem; +class TQCheckBox; +class TQCheckListItem; class KCMKMailSummary : public KCModule { diff --git a/kontact/plugins/kmail/kmail_plugin.h b/kontact/plugins/kmail/kmail_plugin.h index 73bb361b1..0077182bf 100644 --- a/kontact/plugins/kmail/kmail_plugin.h +++ b/kontact/plugins/kmail/kmail_plugin.h @@ -32,8 +32,8 @@ #include <summary.h> #include <uniqueapphandler.h> -class QMimeSource; -class QDropEvent; +class TQMimeSource; +class TQDropEvent; class KMailUniqueAppHandler : public Kontact::UniqueAppHandler { diff --git a/kontact/plugins/kmail/summarywidget.h b/kontact/plugins/kmail/summarywidget.h index dc058e452..bd875565b 100644 --- a/kontact/plugins/kmail/summarywidget.h +++ b/kontact/plugins/kmail/summarywidget.h @@ -35,8 +35,8 @@ #include "plugin.h" #include "summary.h" -class QGridLayout; -class QString; +class TQGridLayout; +class TQString; class SummaryWidget : public Kontact::Summary, public DCOPObject { diff --git a/kontact/plugins/knotes/knotes_part.h b/kontact/plugins/knotes/knotes_part.h index b737ddf83..de41f9aae 100644 --- a/kontact/plugins/knotes/knotes_part.h +++ b/kontact/plugins/knotes/knotes_part.h @@ -34,7 +34,7 @@ #include "knotes/KNotesIface.h" class KIconView; -class QIconViewItem; +class TQIconViewItem; class KNotesIconViewItem; class KNoteTip; class KNoteEditDlg; diff --git a/kontact/plugins/knotes/knotetip.h b/kontact/plugins/knotes/knotetip.h index a97391962..c19244fa8 100644 --- a/kontact/plugins/knotes/knotetip.h +++ b/kontact/plugins/knotes/knotetip.h @@ -34,7 +34,7 @@ #include <tqframe.h> -class QTextEdit; +class TQTextEdit; class KIconView; class KNotesIconViewItem; diff --git a/kontact/plugins/knotes/summarywidget.h b/kontact/plugins/knotes/summarywidget.h index dff4319ac..cc71f4727 100644 --- a/kontact/plugins/knotes/summarywidget.h +++ b/kontact/plugins/knotes/summarywidget.h @@ -33,8 +33,8 @@ #include <libkcal/resourcelocal.h> #include <libkcal/calendarresources.h> -class QGridLayout; -class QLabel; +class TQGridLayout; +class TQLabel; namespace Kontact { class Plugin; diff --git a/kontact/plugins/korganizer/kcmkorgsummary.h b/kontact/plugins/korganizer/kcmkorgsummary.h index 9ae0ac58e..60a876d1d 100644 --- a/kontact/plugins/korganizer/kcmkorgsummary.h +++ b/kontact/plugins/korganizer/kcmkorgsummary.h @@ -27,7 +27,7 @@ #include <kcmodule.h> class QSpinxBox; -class QButtonGroup; +class TQButtonGroup; class KCMKOrgSummary : public KCModule { diff --git a/kontact/plugins/korganizer/summarywidget.h b/kontact/plugins/korganizer/summarywidget.h index a88d50dd9..2f018a507 100644 --- a/kontact/plugins/korganizer/summarywidget.h +++ b/kontact/plugins/korganizer/summarywidget.h @@ -31,8 +31,8 @@ #include "summary.h" -class QGridLayout; -class QLabel; +class TQGridLayout; +class TQLabel; class KOrganizerPlugin; diff --git a/kontact/plugins/korganizer/todosummarywidget.h b/kontact/plugins/korganizer/todosummarywidget.h index 029dec9a7..c5286e190 100644 --- a/kontact/plugins/korganizer/todosummarywidget.h +++ b/kontact/plugins/korganizer/todosummarywidget.h @@ -31,8 +31,8 @@ #include "summary.h" -class QGridLayout; -class QLabel; +class TQGridLayout; +class TQLabel; class TodoPlugin; diff --git a/kontact/plugins/kpilot/summarywidget.h b/kontact/plugins/kpilot/summarywidget.h index ab221b4c2..09b3e77d9 100644 --- a/kontact/plugins/kpilot/summarywidget.h +++ b/kontact/plugins/kpilot/summarywidget.h @@ -38,8 +38,8 @@ #include <tqwidget.h> #include <tqdatetime.h> -class QGridLayout; -class QLabel; +class TQGridLayout; +class TQLabel; class KURLLabel; class SummaryWidget : public Kontact::Summary, public DCOPObject diff --git a/kontact/plugins/newsticker/kcmkontactknt.h b/kontact/plugins/newsticker/kcmkontactknt.h index c88c94e27..a8572b8eb 100644 --- a/kontact/plugins/newsticker/kcmkontactknt.h +++ b/kontact/plugins/newsticker/kcmkontactknt.h @@ -26,7 +26,7 @@ #include <kcmodule.h> -class QListViewItem; +class TQListViewItem; class QSpinxBox; class KAboutData; diff --git a/kontact/plugins/newsticker/summarywidget.h b/kontact/plugins/newsticker/summarywidget.h index d6cdefa0e..bfea340e1 100644 --- a/kontact/plugins/newsticker/summarywidget.h +++ b/kontact/plugins/newsticker/summarywidget.h @@ -35,8 +35,8 @@ #include "summary.h" #include <kurl.h> -class QVBoxLayout; -class QLabel; +class TQVBoxLayout; +class TQLabel; class DCOPRef; class KURLLabel; diff --git a/kontact/plugins/specialdates/kcmsdsummary.h b/kontact/plugins/specialdates/kcmsdsummary.h index 589c1d91e..6fbb8aee8 100644 --- a/kontact/plugins/specialdates/kcmsdsummary.h +++ b/kontact/plugins/specialdates/kcmsdsummary.h @@ -27,9 +27,9 @@ #include <kcmodule.h> -class QButtonGroup; -class QCheckBox; -class QSpinBox; +class TQButtonGroup; +class TQCheckBox; +class TQSpinBox; class KAboutData; diff --git a/kontact/plugins/specialdates/sdsummarywidget.h b/kontact/plugins/specialdates/sdsummarywidget.h index 00e4da223..6ef29eff3 100644 --- a/kontact/plugins/specialdates/sdsummarywidget.h +++ b/kontact/plugins/specialdates/sdsummarywidget.h @@ -37,8 +37,8 @@ namespace Kontact { class Plugin; } -class QGridLayout; -class QLabel; +class TQGridLayout; +class TQLabel; class SDSummaryWidget : public Kontact::Summary { diff --git a/kontact/plugins/summary/summaryview_part.h b/kontact/plugins/summary/summaryview_part.h index 0868b13c9..1e99f7369 100644 --- a/kontact/plugins/summary/summaryview_part.h +++ b/kontact/plugins/summary/summaryview_part.h @@ -43,9 +43,9 @@ namespace KParts class PartActivateEvent; } -class QFrame; -class QLabel; -class QGridLayout; +class TQFrame; +class TQLabel; +class TQGridLayout; class KAction; class KCMultiDialog; diff --git a/kontact/plugins/test/test_part.cpp b/kontact/plugins/test/test_part.cpp index a32e734f5..c58f8f57b 100644 --- a/kontact/plugins/test/test_part.cpp +++ b/kontact/plugins/test/test_part.cpp @@ -45,7 +45,7 @@ TestPart::TestPart(TQObject *parent, const char *name) // ## parentWidget : KParts::ReadOnlyPart(parent, name) { setInstance( new KInstance("testpart") ); // ## memleak - m_edit = new QTextEdit; + m_edit = new TQTextEdit; setWidget(m_edit); setXMLFile("testpartui.rc"); new KAction( "new contact (test)", 0, this, TQT_SLOT( newContact() ), actionCollection(), "test_deleteevent" ); diff --git a/kontact/plugins/test/test_part.h b/kontact/plugins/test/test_part.h index 8d9c0ba7f..8a80dcb42 100644 --- a/kontact/plugins/test/test_part.h +++ b/kontact/plugins/test/test_part.h @@ -28,7 +28,7 @@ #include <kparts/part.h> -class QTextEdit; +class TQTextEdit; class KAddressBookIface_stub; class TestPart : public KParts::ReadOnlyPart diff --git a/kontact/plugins/weather/summarywidget.h b/kontact/plugins/weather/summarywidget.h index 9af476903..0baeefc0a 100644 --- a/kontact/plugins/weather/summarywidget.h +++ b/kontact/plugins/weather/summarywidget.h @@ -37,9 +37,9 @@ class KProcess; -class QGridLayout; -class QLabel; -class QVBoxLayout; +class TQGridLayout; +class TQLabel; +class TQVBoxLayout; class WeatherData { 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; |