summaryrefslogtreecommitdiff
path: root/noncore/settings/aqpkg/packagewin.h
authordrw <drw>2003-04-29 01:09:51 (UTC)
committer drw <drw>2003-04-29 01:09:51 (UTC)
commit2f26f696ca6acd05aa615e15d891eede9907a1c0 (patch) (unidiff)
tree5a0096175cc9879b7d6f8b0f40ad2333d5e52cbe /noncore/settings/aqpkg/packagewin.h
parent63d3f7ca039d93612abaa4a65fc00b337c42ec9d (diff)
downloadopie-2f26f696ca6acd05aa615e15d891eede9907a1c0.zip
opie-2f26f696ca6acd05aa615e15d891eede9907a1c0.tar.gz
opie-2f26f696ca6acd05aa615e15d891eede9907a1c0.tar.bz2
Now use QTextView for package information. This is for scroll through long package descriptions (e.g. OZ busybox).
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
@@ -36,10 +36,10 @@ class Package;
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