From b09bffed6b43262948018dfb0f11890850ddf7c1 Mon Sep 17 00:00:00 2001 From: tpearson Date: Sat, 18 Jun 2011 20:34:22 +0000 Subject: TQt4 port kdeadmin This enables compilation under both Qt3 and Qt4 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdeadmin@1237416 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kdat/TapeInfoWidget.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'kdat/TapeInfoWidget.h') diff --git a/kdat/TapeInfoWidget.h b/kdat/TapeInfoWidget.h index 9b16aa9..cf87aa7 100644 --- a/kdat/TapeInfoWidget.h +++ b/kdat/TapeInfoWidget.h @@ -33,6 +33,7 @@ class Tape; */ class TapeInfoWidget : public TQWidget { Q_OBJECT + TQ_OBJECT Tape* _tape; TQLineEdit* _tapeName; TQLineEdit* _tapeSize; @@ -53,7 +54,7 @@ public: /** * Create a new tape info widget. */ - TapeInfoWidget( TQWidget* parent = 0, const char* name = 0 ); + TapeInfoWidget( TQWidget* tqparent = 0, const char* name = 0 ); /** * Destroy the tape info widget. -- cgit v1.2.1