summaryrefslogtreecommitdiff
path: root/noncore/settings/aqpkg/packagewin.h
Unidiff
Diffstat (limited to 'noncore/settings/aqpkg/packagewin.h') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/settings/aqpkg/packagewin.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/noncore/settings/aqpkg/packagewin.h b/noncore/settings/aqpkg/packagewin.h
index c1943b5..b4fdcad 100644
--- a/noncore/settings/aqpkg/packagewin.h
+++ b/noncore/settings/aqpkg/packagewin.h
@@ -15,31 +15,31 @@
15    : ..    .:,     . . . without even the implied warranty of 15    : ..    .:,     . . . without even the implied warranty of
16    =_        +     =;=|` MERCHANTABILITY or FITNESS FOR A 16    =_        +     =;=|` MERCHANTABILITY or FITNESS FOR A
17  _.=:.       :    :=>`: PARTICULAR PURPOSE. See the GNU General 17  _.=:.       :    :=>`: PARTICULAR PURPOSE. See the GNU General
18..}^=.=       =       ; Public License for more details. 18..}^=.=       =       ; Public License for more details.
19++=   -.     .`     .: 19++=   -.     .`     .:
20 :     =  ...= . :.=- You should have received a copy of the GNU 20 :     =  ...= . :.=- You should have received a copy of the GNU
21 -.   .:....=;==+<; General Public License along with this file; 21 -.   .:....=;==+<; General Public License along with this file;
22  -_. . .   )=.  = see the file COPYING. If not, write to the 22  -_. . .   )=.  = see the file COPYING. If not, write to the
23    --        :-=` Free Software Foundation, Inc., 23    --        :-=` Free Software Foundation, Inc.,
24 59 Temple Place - Suite 330, 24 59 Temple Place - Suite 330,
25 Boston, MA 02111-1307, USA. 25 Boston, MA 02111-1307, USA.
26 26
27*/ 27*/
28 28
29#ifndef PACKAGEWIN_H 29#ifndef PACKAGEWIN_H
30#define PACKAGEWIN_H 30#define PACKAGEWIN_H
31 31
32#include <qwidget.h> 32#include <qwidget.h>
33 33
34class Package; 34class Package;
35 35
36class PackageWindow :public QWidget 36class PackageWindow :public QWidget
37{ 37{
38 Q_OBJECT 38 Q_OBJECT
39public:
40 39
40public:
41 PackageWindow( Package * = 0x0, const QString & = QString::null ); 41 PackageWindow( Package * = 0x0, const QString & = QString::null );
42 ~PackageWindow(); 42 ~PackageWindow();
43}; 43};
44 44
45#endif \ No newline at end of file 45#endif