aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/theme/ThemeManagementDialog.h
diff options
context:
space:
mode:
authorGravatar Szymon Tomasz Stefanek2011-03-17 20:00:03 +0000
committerGravatar Szymon Tomasz Stefanek2011-03-17 20:00:03 +0000
commitf47219227d5f3caadf8b2682c522ff6451af8723 (patch)
tree2407da93a4142134274b3cadda33532eaee87ea2 /src/modules/theme/ThemeManagementDialog.h
parentfix for a graphical glitch under windows xp (diff)
downloadKVIrc-f47219227d5f3caadf8b2682c522ff6451af8723.tar.gz
KVIrc-f47219227d5f3caadf8b2682c522ff6451af8723.tar.bz2
KVIrc-f47219227d5f3caadf8b2682c522ff6451af8723.zip
Client side improvements on the package management dialog
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5634 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src/modules/theme/ThemeManagementDialog.h')
-rw-r--r--src/modules/theme/ThemeManagementDialog.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/theme/ThemeManagementDialog.h b/src/modules/theme/ThemeManagementDialog.h
index 916292fbd..0714050a2 100644
--- a/src/modules/theme/ThemeManagementDialog.h
+++ b/src/modules/theme/ThemeManagementDialog.h
@@ -85,7 +85,6 @@ protected:
bool hasSelectedItems();
virtual void closeEvent(QCloseEvent * e);
protected slots:
-
void saveCurrentTheme();
void getMoreThemes();
void installFromFile();
@@ -99,6 +98,7 @@ protected slots:
void contextMenuRequested(const QPoint & pos);
//void tipRequest(KviDynamicToolTip *pTip,const QPoint &pnt);
void tipRequest(QListWidgetItem *item,const QPoint &pnt);
+ void webThemeInterfaceDialogDestroyed();
};
#endif //!_MANAGEMENTDIALOG_H_