summaryrefslogtreecommitdiff
path: root/noncore/apps/tinykate/tinykate.h
Side-by-side diff
Diffstat (limited to 'noncore/apps/tinykate/tinykate.h') (more/less context) (show whitespace changes)
-rw-r--r--noncore/apps/tinykate/tinykate.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/noncore/apps/tinykate/tinykate.h b/noncore/apps/tinykate/tinykate.h
index ef0dcba..7b61bae 100644
--- a/noncore/apps/tinykate/tinykate.h
+++ b/noncore/apps/tinykate/tinykate.h
@@ -35,2 +35,3 @@ public:
public slots:
+ QString currentFileName;
void slotNew();
@@ -41,3 +42,4 @@ protected slots:
void slotCurrentChanged(QWidget *);
-
+ void slotSave();
+ void slotSaveAs();
protected: