author | ar <ar> | 2004-06-24 19:51:57 (UTC) |
---|---|---|
committer | ar <ar> | 2004-06-24 19:51:57 (UTC) |
commit | 44b83b1adf90f2c98901c20775a3667558086bd6 (patch) (unidiff) | |
tree | b961078fbe10e382ec57dd36f25147c9f03042e1 | |
parent | 3cd1b6725a6ef92ec7d788c2d47c1f84c8b993d1 (diff) | |
download | opie-44b83b1adf90f2c98901c20775a3667558086bd6.zip opie-44b83b1adf90f2c98901c20775a3667558086bd6.tar.gz opie-44b83b1adf90f2c98901c20775a3667558086bd6.tar.bz2 |
- CLEANUP: correct appname
-rw-r--r-- | noncore/apps/opie-sheet/mainwindow.h | 2 | ||||
-rw-r--r-- | noncore/apps/tinykate/mainwindow/tinykate.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/noncore/apps/opie-sheet/mainwindow.h b/noncore/apps/opie-sheet/mainwindow.h index 642b7ae..fb15891 100644 --- a/noncore/apps/opie-sheet/mainwindow.h +++ b/noncore/apps/opie-sheet/mainwindow.h | |||
@@ -151,7 +151,7 @@ private slots: | |||
151 | void selectorFileOpen(const DocLnk &lnkDoc); | 151 | void selectorFileOpen(const DocLnk &lnkDoc); |
152 | 152 | ||
153 | public: | 153 | public: |
154 | static QString appName() { return QString::fromLatin1("sheetqt"); } | 154 | static QString appName() { return QString::fromLatin1("opie-sheet"); } |
155 | MainWindow(QWidget *p, const char*, WFlags); | 155 | MainWindow(QWidget *p, const char*, WFlags); |
156 | ~MainWindow(); | 156 | ~MainWindow(); |
157 | 157 | ||
diff --git a/noncore/apps/tinykate/mainwindow/tinykate.h b/noncore/apps/tinykate/mainwindow/tinykate.h index f630f62..8eb344d 100644 --- a/noncore/apps/tinykate/mainwindow/tinykate.h +++ b/noncore/apps/tinykate/mainwindow/tinykate.h | |||
@@ -33,7 +33,7 @@ class TinyKate : public QMainWindow | |||
33 | public: | 33 | public: |
34 | TinyKate( QWidget *parent=0, const char *name=0, WFlags f = 0); | 34 | TinyKate( QWidget *parent=0, const char *name=0, WFlags f = 0); |
35 | ~TinyKate( ); | 35 | ~TinyKate( ); |
36 | static QString appName() { return QString::fromLatin1( "kate" ); }; | 36 | static QString appName() { return QString::fromLatin1( "tinykate" ); }; |
37 | 37 | ||
38 | 38 | ||
39 | public slots: | 39 | public slots: |