diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-05-27 23:37:00 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-05-27 23:37:00 +0000 |
commit | b0e912c8b3d02a518fedda28c3180eb4794a7520 (patch) | |
tree | 07d344862562fab58cbe2df39d13d16f2e4d2bea /src/k9prefauthor.h | |
parent | 4d695ec81fe4d4335ee82c7a9346ad9c9e144ecc (diff) | |
download | k9copy-b0e912c8b3d02a518fedda28c3180eb4794a7520.tar.gz k9copy-b0e912c8b3d02a518fedda28c3180eb4794a7520.zip |
TQt4 convert k9copy
This enables compilation under both Qt3 and Qt4
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/k9copy@1233843 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'src/k9prefauthor.h')
-rw-r--r-- | src/k9prefauthor.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/k9prefauthor.h b/src/k9prefauthor.h index be59c40..7581bf3 100644 --- a/src/k9prefauthor.h +++ b/src/k9prefauthor.h @@ -14,14 +14,15 @@ #define K9PREFAUTHOR_H #include "k9common.h" #include "prefAuthor.h" -#include <qfont.h> +#include <tqfont.h> class k9prefAuthor : public prefAuthor { Q_OBJECT + TQ_OBJECT public: - k9prefAuthor(QWidget* parent = 0, const char* name = 0, WFlags fl = 0 ); + k9prefAuthor(TQWidget* tqparent = 0, const char* name = 0, WFlags fl = 0 ); ~k9prefAuthor(); /*$PUBLIC_FUNCTIONS$*/ void load(); @@ -31,7 +32,7 @@ public slots: virtual void save(); protected: /*$PROTECTED_FUNCTIONS$*/ - QFont m_font; + TQFont m_font; protected slots: /*$PROTECTED_SLOTS$*/ |