From kde-devel Tue Jun 23 12:14:57 2009 From: Robin Atwood Date: Tue, 23 Jun 2009 12:14:57 +0000 To: kde-devel Subject: Problem with QT designer Qt3 -> Qt4 Message-Id: <200906231914.57784.robin () binro ! org> X-MARC-Message: https://marc.info/?l=kde-devel&m=124575940501300 I have just started converting the KDE3 apps I wrote to KDE4, the sudden impetus being the excellent am2cmake utility I just found: very useful, good work! Now brace yourselves for lots of dumb questions. I have a little dialog I created with Qt Designer and opened the old ui file with the new designer and saved it. When I ran the make I get an error: error: ‘class Renice’ has no member named ‘exec’ Looking at the new ui file it starts: ReniceUI which I expected but looking at Ui_ReniceUI.h I see: class Ui_ReniceUI { public: ...... void setupUi(QDialog *ReniceUI) { This seems to be quite different from QT3 generated code but shouldn't Ui_ReniceUI at least be inheriting QDialog? TIA -Robin -- ---------------------------------------------------------------------- Robin Atwood. "Ship me somewheres east of Suez, where the best is like the worst, Where there ain't no Ten Commandments an' a man can raise a thirst" from "Mandalay" by Rudyard Kipling ---------------------------------------------------------------------- >> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<