summaryrefslogtreecommitdiff
path: root/library/lnkproperties.h
Unidiff
Diffstat (limited to 'library/lnkproperties.h') (more/less context) (ignore whitespace changes)
-rw-r--r--library/lnkproperties.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/library/lnkproperties.h b/library/lnkproperties.h
index 38da5b2..a88fc10 100644
--- a/library/lnkproperties.h
+++ b/library/lnkproperties.h
@@ -1,12 +1,12 @@
1/********************************************************************** 1/**********************************************************************
2** Copyright (C) 2000 Trolltech AS. All rights reserved. 2** Copyright (C) 2000-2002 Trolltech AS. All rights reserved.
3** 3**
4** This file is part of Qtopia Environment. 4** This file is part of the Qtopia Environment.
5** 5**
6** This file may be distributed and/or modified under the terms of the 6** This file may be distributed and/or modified under the terms of the
7** GNU General Public License version 2 as published by the Free Software 7** GNU General Public License version 2 as published by the Free Software
8** Foundation and appearing in the file LICENSE.GPL included in the 8** Foundation and appearing in the file LICENSE.GPL included in the
9** packaging of this file. 9** packaging of this file.
10** 10**
11** This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE 11** This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE
12** WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. 12** WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
@@ -47,17 +47,16 @@ public:
47 LnkProperties( AppLnk* lnk, QWidget* parent = 0 ); 47 LnkProperties( AppLnk* lnk, QWidget* parent = 0 );
48 ~LnkProperties(); 48 ~LnkProperties();
49#endif 49#endif
50 50
51 void done(int); 51 void done(int);
52private slots: 52private slots:
53 void beamLnk(); 53 void beamLnk();
54 void unlinkLnk(); 54 void unlinkLnk();
55 void unlinkIcon();
56 void duplicateLnk(); 55 void duplicateLnk();
57 56
58signals: 57signals:
59 void select(const AppLnk *); 58 void select(const AppLnk *);
60 59
61private: 60private:
62 void setupLocations(); 61 void setupLocations();
63 bool moveLnk(); 62 bool moveLnk();