summaryrefslogtreecommitdiff
path: root/noncore/settings/tabmanager/tabmanager.h
Unidiff
Diffstat (limited to 'noncore/settings/tabmanager/tabmanager.h') (more/less context) (show whitespace changes)
-rw-r--r--noncore/settings/tabmanager/tabmanager.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/noncore/settings/tabmanager/tabmanager.h b/noncore/settings/tabmanager/tabmanager.h
index 39865b0..7f8a65e 100644
--- a/noncore/settings/tabmanager/tabmanager.h
+++ b/noncore/settings/tabmanager/tabmanager.h
@@ -6,6 +6,7 @@
6#include <qevent.h> 6#include <qevent.h>
7 7
8class QListViewItem; 8class QListViewItem;
9class AppEdit;
9 10
10class TabManager : public TabManagerBase { 11class TabManager : public TabManagerBase {
11 Q_OBJECT 12 Q_OBJECT
@@ -31,6 +32,9 @@ protected:
31 bool findInstalledApplication(QString desktopFile, QString &installedAppFile); 32 bool findInstalledApplication(QString desktopFile, QString &installedAppFile);
32 void swapInstalledLocation( QString installedAppFile, QString desktopFile, QString newLocation ); 33 void swapInstalledLocation( QString installedAppFile, QString desktopFile, QString newLocation );
33 34
35private:
36 AppEdit *application;
37
34}; 38};
35 39
36#endif 40#endif