diff options
Diffstat (limited to 'kppp/macros.h')
-rw-r--r-- | kppp/macros.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kppp/macros.h b/kppp/macros.h index 134ec2cf..6f541b76 100644 --- a/kppp/macros.h +++ b/kppp/macros.h @@ -3,7 +3,7 @@ #ifndef __MACROS__H__ #define __MACROS__H__ -#include <qlayout.h> +#include <tqlayout.h> #define MIN_WIDTH(w) w->setMinimumWidth(w->sizeHint().width()); #define MIN_HEIGHT(w) w->setMinimumHeight(w->sizeHint().height()); |