summaryrefslogtreecommitdiff
path: root/library/lnkproperties.h
Unidiff
Diffstat (limited to 'library/lnkproperties.h') (more/less context) (show 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,16 +1,16 @@
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.
13** 13**
14** See http://www.trolltech.com/gpl/ for GPL licensing information. 14** See http://www.trolltech.com/gpl/ for GPL licensing information.
15** 15**
16** Contact info@trolltech.com if any conditions of this licensing are 16** Contact info@trolltech.com if any conditions of this licensing are
@@ -43,25 +43,24 @@ class LnkProperties : public QDialog
43public: 43public:
44// WARNING: Do *NOT* define this yourself. The SL5xxx from SHARP does NOT 44// WARNING: Do *NOT* define this yourself. The SL5xxx from SHARP does NOT
45// have this class. 45// have this class.
46#ifdef QTOPIA_INTERNAL_FSLP 46#ifdef QTOPIA_INTERNAL_FSLP
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();
64 bool copyFile( DocLnk &newdoc ); 63 bool copyFile( DocLnk &newdoc );
65 64
66 AppLnk* lnk; 65 AppLnk* lnk;
67 int fileSize; 66 int fileSize;