summaryrefslogtreecommitdiffstats
path: root/ksystemlog/src/loadingDialog.h
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-07-01 08:42:58 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-07-01 08:42:58 +0000
commit9902f14bc9162d7b286b3f99b27989237db9f264 (patch)
treeb95be3be1992566418b2c2e2ed16bdb29453a8d4 /ksystemlog/src/loadingDialog.h
parent437249c71459e9ea15be70788687cb8695e249c2 (diff)
downloadksystemlog-9902f14bc9162d7b286b3f99b27989237db9f264.tar.gz
ksystemlog-9902f14bc9162d7b286b3f99b27989237db9f264.zip
TQt4 port ksystemlog
This enables compilation under both Qt3 and Qt4 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/ksystemlog@1239000 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'ksystemlog/src/loadingDialog.h')
-rw-r--r--ksystemlog/src/loadingDialog.h11
1 files changed, 6 insertions, 5 deletions
diff --git a/ksystemlog/src/loadingDialog.h b/ksystemlog/src/loadingDialog.h
index 76e3eab..618c462 100644
--- a/ksystemlog/src/loadingDialog.h
+++ b/ksystemlog/src/loadingDialog.h
@@ -21,9 +21,9 @@
#ifndef _LOADING_DIALOG_H_
#define _LOADING_DIALOG_H_
-#include <qwidget.h>
-#include <qpushbutton.h>
-#include <qlabel.h>
+#include <tqwidget.h>
+#include <tqpushbutton.h>
+#include <tqlabel.h>
#include <kprogress.h>
#include <kiconloader.h>
@@ -43,13 +43,14 @@
class LoadingDialog : public KProgressDialog {
Q_OBJECT
+ TQ_OBJECT
public:
- LoadingDialog(QWidget* parent=0, const char* name=0, bool modal=false);
+ LoadingDialog(TQWidget* tqparent=0, const char* name=0, bool modal=false);
~LoadingDialog();
- void setLoadingLog(const QString& text);
+ void setLoadingLog(const TQString& text);
//Methods managing the position in the tab loading
int getTabCount();