┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphinstatusbar.h
diff options
context:
space:
mode:
authorLaurent Montel <[email protected]>2006-11-23 07:54:24 +0000
committerLaurent Montel <[email protected]>2006-11-23 07:54:24 +0000
commitedb2c4ad62f874b37c7aba6c06479dfdaf647120 (patch)
tree53d5e1aa5b7e8b684b8392dbbfc7df69889d1efe /src/dolphinstatusbar.h
parent7fec7ff9a096d288b66fce2699c7b8bc71f6fbbb (diff)
Byebye Q3H(V)Box
svn path=/trunk/playground/utils/dolphin/; revision=607111
Diffstat (limited to 'src/dolphinstatusbar.h')
-rw-r--r--src/dolphinstatusbar.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/dolphinstatusbar.h b/src/dolphinstatusbar.h
index ad7c0d85f..cc0cfdd05 100644
--- a/src/dolphinstatusbar.h
+++ b/src/dolphinstatusbar.h
@@ -21,9 +21,10 @@
#ifndef DOLPHINSTATUSBAR_H
#define DOLPHINSTATUSBAR_H
-#include <q3hbox.h>
+
//Added by qt3to4:
#include <QLabel>
+#include <khbox.h>
class QProgressBar;
class QLabel;
class QTimer;
@@ -40,7 +41,7 @@ class KUrl;
*
* @author Peter Penz
*/
-class DolphinStatusBar : public Q3HBox {
+class DolphinStatusBar : public KHBox {
Q_OBJECT
public: