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 --- knotes/knote.h | 2 +- knotes/knotealarmdlg.h | 2 +- knotes/knotebutton.h | 6 +++--- knotes/knoteconfigdlg.h | 2 +- knotes/knoteedit.h | 6 +++--- knotes/knoteprinter.h | 6 +++--- knotes/knotesnetrecv.h | 2 +- 7 files changed, 13 insertions(+), 13 deletions(-) (limited to 'knotes') diff --git a/knotes/knote.h b/knotes/knote.h index 0f15bf4ba..a3bfd7b3e 100644 --- a/knotes/knote.h +++ b/knotes/knote.h @@ -30,7 +30,7 @@ #include #include -class QLabel; +class TQLabel; class KXMLGUIBuilder; diff --git a/knotes/knotealarmdlg.h b/knotes/knotealarmdlg.h index ba001af7d..9e97ee766 100644 --- a/knotes/knotealarmdlg.h +++ b/knotes/knotealarmdlg.h @@ -34,7 +34,7 @@ #include -class QButtonGroup; +class TQButtonGroup; class KDateEdit; class KTimeEdit; diff --git a/knotes/knotebutton.h b/knotes/knotebutton.h index 19ffe9b84..1825ce948 100644 --- a/knotes/knotebutton.h +++ b/knotes/knotebutton.h @@ -23,9 +23,9 @@ #include -class QPainter; -class QEvent; -class QResizeEvent; +class TQPainter; +class TQEvent; +class TQResizeEvent; class KNoteButton: public QPushButton diff --git a/knotes/knoteconfigdlg.h b/knotes/knoteconfigdlg.h index 9a44a12a9..c2220a566 100644 --- a/knotes/knoteconfigdlg.h +++ b/knotes/knoteconfigdlg.h @@ -23,7 +23,7 @@ #include -class QString; +class TQString; class KNoteConfig; diff --git a/knotes/knoteedit.h b/knotes/knoteedit.h index 00442ae5a..862aa38ba 100644 --- a/knotes/knoteedit.h +++ b/knotes/knoteedit.h @@ -25,9 +25,9 @@ #include -class QFont; -class QColor; -class QPushButton; +class TQFont; +class TQColor; +class TQPushButton; class KAction; class KActionCollection; class KToggleAction; diff --git a/knotes/knoteprinter.h b/knotes/knoteprinter.h index d9b006961..632dd85a4 100644 --- a/knotes/knoteprinter.h +++ b/knotes/knoteprinter.h @@ -5,9 +5,9 @@ #include #include -class QMimeSourceFactory; -class QStyleSheet; -template class QValueList; +class TQMimeSourceFactory; +class TQStyleSheet; +template class TQValueList; class KPrinter; namespace KCal { diff --git a/knotes/knotesnetrecv.h b/knotes/knotesnetrecv.h index b0e1f4b44..fdb843534 100644 --- a/knotes/knotesnetrecv.h +++ b/knotes/knotesnetrecv.h @@ -34,7 +34,7 @@ #include -class QTimer; +class TQTimer; namespace KNetwork { class KBufferedSocket; -- cgit v1.2.1