diff options
Diffstat (limited to 'kdeprint/management/kmwbackend.h')
-rw-r--r-- | kdeprint/management/kmwbackend.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kdeprint/management/kmwbackend.h b/kdeprint/management/kmwbackend.h index 2013b8035..421ce4db4 100644 --- a/kdeprint/management/kmwbackend.h +++ b/kdeprint/management/kmwbackend.h @@ -42,7 +42,7 @@ public: private: QButtonGroup *m_buttons; - QVBoxLayout *m_layout; + QVBoxLayout *m_tqlayout; // 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 |