author | ulf69 <ulf69> | 2004-10-22 03:17:57 (UTC) |
---|---|---|
committer | ulf69 <ulf69> | 2004-10-22 03:17:57 (UTC) |
commit | d7ca0e5ca1346116145209b49ae62abeefebdb5f (patch) (unidiff) | |
tree | 29080282472aa29ebe3a8ebd4e47837e18e0b51b | |
parent | e81c11b59475d934608c7253d2862933d497d1f8 (diff) | |
download | kdepimpi-d7ca0e5ca1346116145209b49ae62abeefebdb5f.zip kdepimpi-d7ca0e5ca1346116145209b49ae62abeefebdb5f.tar.gz kdepimpi-d7ca0e5ca1346116145209b49ae62abeefebdb5f.tar.bz2 |
added include statement to make it buildable on all systems
-rw-r--r-- | microkde/kdeui/kjanuswidget.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/microkde/kdeui/kjanuswidget.cpp b/microkde/kdeui/kjanuswidget.cpp index 7d25854..462c44f 100644 --- a/microkde/kdeui/kjanuswidget.cpp +++ b/microkde/kdeui/kjanuswidget.cpp | |||
@@ -31,5 +31,5 @@ | |||
31 | #include <qpainter.h> | 31 | #include <qpainter.h> |
32 | #include <qobjectlist.h> | 32 | #include <qobjectlist.h> |
33 | 33 | #include <qstringlist.h> | |
34 | /*US | 34 | /*US |
35 | #include <qbitmap.h> | 35 | #include <qbitmap.h> |
@@ -297,4 +297,5 @@ QFrame *KJanusWidget::addPage( const QString &itemName, const QString &header, | |||
297 | const QPixmap &pixmap ) | 297 | const QPixmap &pixmap ) |
298 | { | 298 | { |
299 | |||
299 | QStringList items; | 300 | QStringList items; |
300 | items << itemName; | 301 | items << itemName; |