[Kst] branches/work/kst/portto4/kst/src/libkstapp
Adam Treat
treat at kde.org
Wed Mar 14 21:35:04 CET 2007
SVN commit 642607 by treat:
* This is a dialog
M +1 -1 kstviewmanager.cpp
M +2 -2 kstviewmanager.h
--- branches/work/kst/portto4/kst/src/libkstapp/kstviewmanager.cpp #642606:642607
@@ -396,7 +396,7 @@
// ==============================================
KstViewManagerI::KstViewManagerI(KstDoc *in_doc, QWidget* parent, Qt::WindowFlags fl)
-: QWidget(parent, fl) {
+: QDialog(parent, fl) {
setupUi(this);
doc = in_doc;
--- branches/work/kst/portto4/kst/src/libkstapp/kstviewmanager.h #642606:642607
@@ -20,7 +20,7 @@
#ifndef KSTVIEWMANAGERI_H
#define KSTVIEWMANAGERI_H
-#include <QWidget>
+#include <QDialog>
class KstDoc;
@@ -69,7 +69,7 @@
bool _inUse;
};
-class KstViewManagerI: public QWidget, public Ui::KstViewManager {
+class KstViewManagerI: public QDialog, public Ui::KstViewManager {
Q_OBJECT
public:
KstViewManagerI(KstDoc *doc, QWidget* parent = 0, Qt::WindowFlags fl = 0);
More information about the Kst
mailing list