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.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/kdpkg-install/console.h b/kdpkg-install/console.h
index b2fd554..739969b 100644
--- a/kdpkg-install/console.h
+++ b/kdpkg-install/console.h
@@ -24,6 +24,8 @@
#include "consoledialog.h"
+#include <qstring.h>
+
#include <kde_terminal_interface.h>
#include <kparts/part.h>
@@ -39,6 +41,7 @@ class console : public Widget
return static_cast<ExtTerminalInterface*>(konsole->qt_cast( "ExtTerminalInterface" ) );
}
virtual bool eventFilter( QObject *o, QEvent *e );
+ QString m_kdePrefix;
public slots:
virtual void finish();