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) (unidiff)
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:
33 TinyKate( QWidget *parent=0, const char *name=0, WFlags f = 0); 33 TinyKate( QWidget *parent=0, const char *name=0, WFlags f = 0);
34 34
35public slots: 35public slots:
36 void slotOpen(); 36 void slotNew();
37 37
38protected slots: 38protected slots:
39 void slotNew(); 39 void slotOpen();
40 void slotClose(); 40 void slotClose();
41 void slotCurrentChanged(QWidget *); 41 void slotCurrentChanged(QWidget *);
42 42
43protected:
44 void open(const QString&);
43private: 45private:
44 OTabWidget *tabwidget; 46 OTabWidget *tabwidget;
45 KTextEditor::View *currentView; 47 KTextEditor::View *currentView;
@@ -55,7 +57,8 @@ private:
55 QAction *utilSettings; 57 QAction *utilSettings;
56 58
57 QPopupMenu *hlmenu; 59 QPopupMenu *hlmenu;
58 60 uint nextUnnamed;
61 uint viewCount;
59}; 62};
60 63
61 64