summaryrefslogtreecommitdiff
path: root/noncore/multimedia/opierec/helpwindow.h
authorllornkcor <llornkcor>2003-04-21 23:58:24 (UTC)
committer llornkcor <llornkcor>2003-04-21 23:58:24 (UTC)
commit2d4cf8a85edc83b72855854b0bd337d2993df95b (patch) (side-by-side diff)
treea4d1909771e181a984b00cc573669de0985ac179 /noncore/multimedia/opierec/helpwindow.h
parente951446d52d2a89dd919b1665b034516567384ee (diff)
downloadopie-2d4cf8a85edc83b72855854b0bd337d2993df95b.zip
opie-2d4cf8a85edc83b72855854b0bd337d2993df95b.tar.gz
opie-2d4cf8a85edc83b72855854b0bd337d2993df95b.tar.bz2
no defaults in constructors
Diffstat (limited to 'noncore/multimedia/opierec/helpwindow.h') (more/less context) (show whitespace changes)
-rw-r--r--noncore/multimedia/opierec/helpwindow.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/noncore/multimedia/opierec/helpwindow.h b/noncore/multimedia/opierec/helpwindow.h
index 76b672a..bd8fbdf 100644
--- a/noncore/multimedia/opierec/helpwindow.h
+++ b/noncore/multimedia/opierec/helpwindow.h
@@ -16,25 +16,25 @@
#include <qstringlist.h>
#include <qmap.h>
#include <qdir.h>
#include <qevent.h>
class QComboBox;
class QPopupMenu;
class HelpWindow : public QMainWindow
{
Q_OBJECT
public:
- HelpWindow( const QString& home_, const QString& path, QWidget* parent = 0, const char *name=0 );
+ HelpWindow( const QString& home_, const QString& path, QWidget* parent, const char *name );
~HelpWindow();
private slots:
void addBookmark();
void bookmChosen( int );
void histChosen( int );
void newWindow();
void openFile();
void pathSelected( const QString & );
void print();
void setBackwardAvailable( bool );