From 35615947e11575a61456c8483e7f6d67fe59d5ed Mon Sep 17 00:00:00 2001 From: mickeyl Date: Wed, 29 Oct 2003 17:22:08 +0000 Subject: merge noncore/settings/* except networksettings for which tille volunteered (thanks) --- (limited to 'noncore/settings/netsystemtime/mainwindow.h') diff --git a/noncore/settings/netsystemtime/mainwindow.h b/noncore/settings/netsystemtime/mainwindow.h index fa94335..1cdbc1a 100644 --- a/noncore/settings/netsystemtime/mainwindow.h +++ b/noncore/settings/netsystemtime/mainwindow.h @@ -48,8 +48,9 @@ class MainWindow : public QDialog Q_OBJECT public: - MainWindow(); + MainWindow( QWidget *parent = 0, const char *name = 0, bool modal = FALSE,WFlags f = 0); ~MainWindow(); + static QString appName() { return QString::fromLatin1("systemtime"); } protected: void accept(); -- cgit v0.9.0.2