From 526031c34fff4e789b05fddbd7effe83ef057361 Mon Sep 17 00:00:00 2001 From: ar Date: Sun, 20 Jun 2004 21:17:00 +0000 Subject: - BUGFIX: 0001291 - opie tinykate does not open .desktop files --- (limited to 'noncore/apps/tinykate/mainwindow/tinykate.h') diff --git a/noncore/apps/tinykate/mainwindow/tinykate.h b/noncore/apps/tinykate/mainwindow/tinykate.h index f435c03..f630f62 100644 --- a/noncore/apps/tinykate/mainwindow/tinykate.h +++ b/noncore/apps/tinykate/mainwindow/tinykate.h @@ -29,7 +29,7 @@ class QPopupMenu; class TinyKate : public QMainWindow { -Q_OBJECT + Q_OBJECT public: TinyKate( QWidget *parent=0, const char *name=0, WFlags f = 0); ~TinyKate( ); @@ -38,7 +38,7 @@ public: public slots: void slotNew(); - void setDocument(const QString& fileref); + void setDocument(const QString& fileref); protected slots: void slotOpen(); -- cgit v0.9.0.2