summaryrefslogtreecommitdiff
path: root/library/global.h
Side-by-side diff
Diffstat (limited to 'library/global.h') (more/less context) (ignore whitespace changes)
-rw-r--r--library/global.h9
1 files changed, 3 insertions, 6 deletions
diff --git a/library/global.h b/library/global.h
index fdf8754..1136b12 100644
--- a/library/global.h
+++ b/library/global.h
@@ -1,6 +1,5 @@
/**********************************************************************
-** Copyright (C) 2002 Holger 'zecke' Freyther <freyther@kde.org>
-** Copyright (C) 2000 Trolltech AS. All rights reserved.
+** Copyright (C) 2000-2002 Trolltech AS. All rights reserved.
**
-** This file is part of Qtopia Environment.
+** This file is part of the Qtopia Environment.
**
@@ -48,4 +47,2 @@ public:
static void findDocuments(DocLnkSet* folder, const QString &mimefilter=QString::null);
- // we don't need a mimefilter. Same as above but this is fast as light speed or not ;)
- //static void findNewDocuments( DocLnkSet* folder );
@@ -61,3 +58,2 @@ public:
- static void invoke( const QString &exec);
static void execute( const QString &exec, const QString &document=QString::null );
@@ -88,2 +84,3 @@ public:
private:
+ static void invoke( const QString &exec);
static Command* builtin;