summaryrefslogtreecommitdiffstats
path: root/kbarcode/dsmainwindow.h
diff options
context:
space:
mode:
Diffstat (limited to 'kbarcode/dsmainwindow.h')
-rw-r--r--kbarcode/dsmainwindow.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/kbarcode/dsmainwindow.h b/kbarcode/dsmainwindow.h
index 9c3da0b..94e342b 100644
--- a/kbarcode/dsmainwindow.h
+++ b/kbarcode/dsmainwindow.h
@@ -27,7 +27,7 @@ class TDEPopupMenu;
* for database connections, preferences, help, the first start wizard and donations.
* It checks also if this is the first start of KBarcode and if the configuration wizard
* should be started.
- *
+ *MessageBox
* @author Dominik Seichter
*/
class DSMainWindow : public TDEMainWindow {
@@ -66,7 +66,6 @@ class DSMainWindow : public TDEMainWindow {
bool newTables();
void donations();
void showCheck();
- void slotFunctionMap();
protected slots:
void loadConfig();
@@ -77,6 +76,7 @@ class DSMainWindow : public TDEMainWindow {
static bool autoconnect;
static bool startwizard;
+ void slotFunctionMap();
bool first;