summaryrefslogtreecommitdiffstats
path: root/src/part/summaryWidget.h
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-05-26 00:38:19 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-05-26 00:38:19 +0000
commitf0296ef9e1f94e23c00d6f490e565d1dc768416d (patch)
tree7f3fd9f99621c111ff67f2d62feb5960a3371853 /src/part/summaryWidget.h
parent3098eb909534268622ce776f9a7bb5310d31b3c1 (diff)
downloadfilelight-f0296ef9e1f94e23c00d6f490e565d1dc768416d.tar.gz
filelight-f0296ef9e1f94e23c00d6f490e565d1dc768416d.zip
TQt4 port Filelight
This enables compilation under both Qt3 and Qt4 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/filelight@1233561 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'src/part/summaryWidget.h')
-rw-r--r--src/part/summaryWidget.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/part/summaryWidget.h b/src/part/summaryWidget.h
index 7f20153..0c4bb51 100644
--- a/src/part/summaryWidget.h
+++ b/src/part/summaryWidget.h
@@ -4,15 +4,16 @@
#ifndef FILELIGHTSUMMARY_H
#define FILELIGHTSUMMARY_H
-#include <qwidget.h>
+#include <tqwidget.h>
-class SummaryWidget : public QWidget
+class SummaryWidget : public TQWidget
{
Q_OBJECT
+ TQ_OBJECT
public:
- SummaryWidget( QWidget *parent, const char *name );
+ SummaryWidget( TQWidget *tqparent, const char *name );
~SummaryWidget();
signals: