Port xconfig to Qt5 - Use QAction
[deliverable/linux.git] / scripts / kconfig / qconf.h
index db4b417300539ad2c56c693c1ff06e83fe542655..4d5218da2110186fc4c3d6c0511b0a6f0888c587 100644 (file)
@@ -285,7 +285,7 @@ protected:
 class ConfigMainWindow : public QMainWindow {
        Q_OBJECT
 
-       static Q3Action *saveAction;
+       static QAction *saveAction;
        static void conf_changed(void);
 public:
        ConfigMainWindow(void);
@@ -315,7 +315,7 @@ protected:
        ConfigList *configList;
        ConfigInfoView *helpText;
        QToolBar *toolBar;
-       Q3Action *backAction;
+       QAction *backAction;
        QSplitter* split1;
        QSplitter* split2;
 };
This page took 0.02989 seconds and 5 git commands to generate.