From 8b6a15ef84bc6b1c9c1a82689788c6e281780495 Mon Sep 17 00:00:00 2001 From: leseb Date: Mon, 08 Jul 2002 14:58:34 +0000 Subject: Sync with 1.2 version + some bug fixes --- (limited to 'noncore/settings/tabmanager/tabmanager.h') 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 @@ -3,18 +3,19 @@ #include "tabmanagerbase.h" #include -#include +#include class QListViewItem; +class AppEdit; -class TabManager : public TabManagerBase { +class TabManager : public TabManagerBase { Q_OBJECT public: TabManager( QWidget* parent = 0, const char* name = 0); ~TabManager(); bool changed; - + public slots: void newFolder(); void newApplication(); @@ -28,9 +29,12 @@ private slots: protected: void rescanFolder(QString directory, QListViewItem* parent=NULL); QMap itemList; - bool findInstalledApplication(QString desktopFile, QString &installedAppFile); + bool findInstalledApplication(QString desktopFile, QString &installedAppFile); void swapInstalledLocation( QString installedAppFile, QString desktopFile, QString newLocation ); +private: + AppEdit *application; + }; #endif -- cgit v0.9.0.2