summaryrefslogtreecommitdiff
path: root/noncore/apps/confedit/mainwindow.h
authormickeyl <mickeyl>2003-11-03 23:04:01 (UTC)
committer mickeyl <mickeyl>2003-11-03 23:04:01 (UTC)
commit7f34e7b45108c353e0a2575153904ce655cb1896 (patch) (side-by-side diff)
tree871f86dd24313fb3bdc085c0b4b5ed119aee4b08 /noncore/apps/confedit/mainwindow.h
parent196486dafe08d6d78831e97b0a6058067d512eb9 (diff)
downloadopie-7f34e7b45108c353e0a2575153904ce655cb1896.zip
opie-7f34e7b45108c353e0a2575153904ce655cb1896.tar.gz
opie-7f34e7b45108c353e0a2575153904ce655cb1896.tar.bz2
noncore/apps/confedit fully merged
Diffstat (limited to 'noncore/apps/confedit/mainwindow.h') (more/less context) (show whitespace changes)
-rw-r--r--noncore/apps/confedit/mainwindow.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/noncore/apps/confedit/mainwindow.h b/noncore/apps/confedit/mainwindow.h
index 878558a..96331db 100644
--- a/noncore/apps/confedit/mainwindow.h
+++ b/noncore/apps/confedit/mainwindow.h
@@ -29,13 +29,13 @@ class MainWindow : public QMainWindow
Q_OBJECT
public:
MainWindow( QWidget *parent = 0, const char *name = 0, WFlags f = 0 );
~MainWindow();
-
+ static QString appName() { return QString::fromLatin1("confedit"); }
public slots:
void setCurrent(QListViewItem*);
void groupChanged(const QString&);
void keyChanged(const QString&);
void valueChanged(const QString&);