summaryrefslogtreecommitdiffstats
path: root/kdpkg-install/console.h
diff options
context:
space:
mode:
Diffstat (limited to 'kdpkg-install/console.h')
-rw-r--r--kdpkg-install/console.h11
1 files changed, 7 insertions, 4 deletions
diff --git a/kdpkg-install/console.h b/kdpkg-install/console.h
index 739969b..5e54f17 100644
--- a/kdpkg-install/console.h
+++ b/kdpkg-install/console.h
@@ -24,7 +24,7 @@
#include "consoledialog.h"
-#include <qstring.h>
+#include <tqstring.h>
#include <kde_terminal_interface.h>
#include <kparts/part.h>
@@ -32,22 +32,25 @@
class console : public Widget
{
Q_OBJECT
+ TQ_OBJECT
public:
- console(QWidget *parent = 0L, const QStrList &run = QStrList(), const char *name = 0L, const QStringList &foo = QStringList());
+ console(TQWidget *tqparent = 0L, const TQStrList &run = TQStrList(), const char *name = 0L, const TQStringList &foo = TQStringList());
// console
ExtTerminalInterface *terminal()
{
return static_cast<ExtTerminalInterface*>(konsole->qt_cast( "ExtTerminalInterface" ) );
}
- virtual bool eventFilter( QObject *o, QEvent *e );
- QString m_kdePrefix;
+ virtual bool eventFilter( TQObject *o, TQEvent *e );
+ TQString m_kdePrefix;
public slots:
virtual void finish();
protected slots:
void loadKonsole();
+
+ protected:
KParts::Part *konsole;
signals: