diff options
author | Fritz Elfert <felfert@to.com> | 2002-07-07 14:29:14 +0000 |
---|---|---|
committer | Fritz Elfert <felfert@to.com> | 2002-07-07 14:29:14 +0000 |
commit | 3c925cadd81d0a8550274921a055ff40a670ff8b (patch) | |
tree | ced26ba97443d2ca8206cfc0ce215084d455c098 | |
parent | 1d8ec8558e45eb667a490781a978e7b6b73c6b01 (diff) | |
download | plptools-3c925cadd81d0a8550274921a055ff40a670ff8b.tar.gz plptools-3c925cadd81d0a8550274921a055ff40a670ff8b.tar.bz2 plptools-3c925cadd81d0a8550274921a055ff40a670ff8b.zip |
- Adaptions to QT3
-rw-r--r-- | kde2/kioslave/kio_plp.cpp | 1 | ||||
-rw-r--r-- | kde2/plugins/plpprops.cc | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/kde2/kioslave/kio_plp.cpp b/kde2/kioslave/kio_plp.cpp index 125c2ed..2e1bd89 100644 --- a/kde2/kioslave/kio_plp.cpp +++ b/kde2/kioslave/kio_plp.cpp @@ -33,6 +33,7 @@ #include <sys/stat.h> #include <qfile.h> +#include <qregexp.h> #include <kinstance.h> #include <kdebug.h> diff --git a/kde2/plugins/plpprops.cc b/kde2/plugins/plpprops.cc index 6bc71f0..2c24b07 100644 --- a/kde2/plugins/plpprops.cc +++ b/kde2/plugins/plpprops.cc @@ -38,6 +38,7 @@ #include <qtabwidget.h> #include <qcheckbox.h> #include <qwhatsthis.h> +#include <qpushbutton.h> #include <strstream> #include <iomanip> |