summaryrefslogtreecommitdiff
path: root/noncore/apps/tinykate/tinykate.h
authorjowenn <jowenn>2002-11-22 21:18:23 (UTC)
committer jowenn <jowenn>2002-11-22 21:18:23 (UTC)
commit0f9ce3f60b6fbd350f79485ee8fc5fe37be692e1 (patch) (side-by-side diff)
treea55c913156515ca5a5df95f5a838ecf4a80bae87 /noncore/apps/tinykate/tinykate.h
parent575f126fe474ba1d1603de73088c342c2a3eaa8f (diff)
downloadopie-0f9ce3f60b6fbd350f79485ee8fc5fe37be692e1.zip
opie-0f9ce3f60b6fbd350f79485ee8fc5fe37be692e1.tar.gz
opie-0f9ce3f60b6fbd350f79485ee8fc5fe37be692e1.tar.bz2
Show icons
Diffstat (limited to 'noncore/apps/tinykate/tinykate.h') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/apps/tinykate/tinykate.h9
1 files changed, 6 insertions, 3 deletions
diff --git a/noncore/apps/tinykate/tinykate.h b/noncore/apps/tinykate/tinykate.h
index 6dda05d..ef0dcba 100644
--- a/noncore/apps/tinykate/tinykate.h
+++ b/noncore/apps/tinykate/tinykate.h
@@ -33,13 +33,15 @@ public:
TinyKate( QWidget *parent=0, const char *name=0, WFlags f = 0);
public slots:
- void slotOpen();
+ void slotNew();
protected slots:
- void slotNew();
+ void slotOpen();
void slotClose();
void slotCurrentChanged(QWidget *);
+protected:
+ void open(const QString&);
private:
OTabWidget *tabwidget;
KTextEditor::View *currentView;
@@ -55,7 +57,8 @@ private:
QAction *utilSettings;
QPopupMenu *hlmenu;
-
+ uint nextUnnamed;
+ uint viewCount;
};