summaryrefslogtreecommitdiff
path: root/noncore/apps/opie-sheet
authorar <ar>2004-06-24 19:51:57 (UTC)
committer ar <ar>2004-06-24 19:51:57 (UTC)
commit44b83b1adf90f2c98901c20775a3667558086bd6 (patch) (side-by-side diff)
treeb961078fbe10e382ec57dd36f25147c9f03042e1 /noncore/apps/opie-sheet
parent3cd1b6725a6ef92ec7d788c2d47c1f84c8b993d1 (diff)
downloadopie-44b83b1adf90f2c98901c20775a3667558086bd6.zip
opie-44b83b1adf90f2c98901c20775a3667558086bd6.tar.gz
opie-44b83b1adf90f2c98901c20775a3667558086bd6.tar.bz2
- CLEANUP: correct appname
Diffstat (limited to 'noncore/apps/opie-sheet') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/apps/opie-sheet/mainwindow.h2
1 files changed, 1 insertions, 1 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:
void selectorFileOpen(const DocLnk &lnkDoc);
public:
-static QString appName() { return QString::fromLatin1("sheetqt"); }
+static QString appName() { return QString::fromLatin1("opie-sheet"); }
MainWindow(QWidget *p, const char*, WFlags);
~MainWindow();