-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 | |||
@@ -138,27 +138,27 @@ private slots: | |||
138 | void slotColumnAdjust(); | 138 | void slotColumnAdjust(); |
139 | void slotColumnShow(); | 139 | void slotColumnShow(); |
140 | void slotColumnHide(); | 140 | void slotColumnHide(); |
141 | void slotSheetRename(); | 141 | void slotSheetRename(); |
142 | void slotSheetRemove(); | 142 | void slotSheetRemove(); |
143 | void slotFuncOutput(); | 143 | void slotFuncOutput(); |
144 | void slotCellSelect(bool lock); | 144 | void slotCellSelect(bool lock); |
145 | void slotCellClicked(const QString &cell); | 145 | void slotCellClicked(const QString &cell); |
146 | void slotSheetChanged(const QString &name); | 146 | void slotSheetChanged(const QString &name); |
147 | void slotDocModified(); | 147 | void slotDocModified(); |
148 | void selectorShow(); | 148 | void selectorShow(); |
149 | void selectorHide(); | 149 | void selectorHide(); |
150 | void selectorFileNew(const DocLnk &lnkDoc); | 150 | void selectorFileNew(const DocLnk &lnkDoc); |
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 | ||
158 | void setHelpFile(const QString &help_filename) { helpFile=help_filename; } | 158 | void setHelpFile(const QString &help_filename) { helpFile=help_filename; } |
159 | 159 | ||
160 | public slots: | 160 | public slots: |
161 | void setDocument(const QString &applnk_filename); | 161 | void setDocument(const QString &applnk_filename); |
162 | }; | 162 | }; |
163 | 163 | ||
164 | #endif | 164 | #endif |
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 | |||
@@ -20,33 +20,33 @@ | |||
20 | 20 | ||
21 | 21 | ||
22 | #include <qmainwindow.h> | 22 | #include <qmainwindow.h> |
23 | #include <opie2/otabwidget.h> | 23 | #include <opie2/otabwidget.h> |
24 | #include <ktexteditor.h> | 24 | #include <ktexteditor.h> |
25 | 25 | ||
26 | class QToolButton; | 26 | class QToolButton; |
27 | class QAction; | 27 | class QAction; |
28 | class QPopupMenu; | 28 | class QPopupMenu; |
29 | 29 | ||
30 | class TinyKate : public QMainWindow | 30 | class TinyKate : public QMainWindow |
31 | { | 31 | { |
32 | Q_OBJECT | 32 | Q_OBJECT |
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: |
40 | void slotNew(); | 40 | void slotNew(); |
41 | void setDocument(const QString& fileref); | 41 | void setDocument(const QString& fileref); |
42 | 42 | ||
43 | protected slots: | 43 | protected slots: |
44 | void slotOpen(); | 44 | void slotOpen(); |
45 | void slotClose(); | 45 | void slotClose(); |
46 | void slotCurrentChanged(QWidget *); | 46 | void slotCurrentChanged(QWidget *); |
47 | void slotSave(); | 47 | void slotSave(); |
48 | void slotSaveAs(); | 48 | void slotSaveAs(); |
49 | protected: | 49 | protected: |
50 | void open(const QString&); | 50 | void open(const QString&); |
51 | private: | 51 | private: |
52 | QString currentFileName; | 52 | QString currentFileName; |