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 /knotes | |
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 'knotes')
-rw-r--r-- | knotes/knote.h | 2 | ||||
-rw-r--r-- | knotes/knotealarmdlg.h | 2 | ||||
-rw-r--r-- | knotes/knotebutton.h | 6 | ||||
-rw-r--r-- | knotes/knoteconfigdlg.h | 2 | ||||
-rw-r--r-- | knotes/knoteedit.h | 6 | ||||
-rw-r--r-- | knotes/knoteprinter.h | 6 | ||||
-rw-r--r-- | knotes/knotesnetrecv.h | 2 |
7 files changed, 13 insertions, 13 deletions
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 <kconfig.h> #include <kxmlguiclient.h> -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 <kdialogbase.h> -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 <tqpushbutton.h> -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 <kconfigdialog.h> -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 <ktextedit.h> -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 <tqpalette.h> #include <tqstring.h> -class QMimeSourceFactory; -class QStyleSheet; -template <class T> class QValueList; +class TQMimeSourceFactory; +class TQStyleSheet; +template <class T> 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 <tqobject.h> -class QTimer; +class TQTimer; namespace KNetwork { class KBufferedSocket; |