diff options
Diffstat (limited to 'kdeprint/management/kmwbackend.h')
-rw-r--r-- | kdeprint/management/kmwbackend.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kdeprint/management/kmwbackend.h b/kdeprint/management/kmwbackend.h index 2013b8035..98cf8e7ef 100644 --- a/kdeprint/management/kmwbackend.h +++ b/kdeprint/management/kmwbackend.h @@ -41,8 +41,8 @@ public: void enableBackend(int ID, bool on = true); private: - QButtonGroup *m_buttons; - QVBoxLayout *m_layout; + TQButtonGroup *m_buttons; + TQVBoxLayout *m_layout; // keep a map between button ID and the real next page to switch to. This enables // to have different backends switching to the same page (like backends requiring // a password). If the next page is not given when adding the backend, the ID is |