diff options
author | Timothy Pearson <[email protected]> | 2011-12-15 15:29:00 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2011-12-15 15:29:00 -0600 |
commit | b877728731c783fbd7370935a6733c78c25d5ce2 (patch) | |
tree | 93c019e65513df453864f3434bff0da826213ffd /src/dragsupport.cpp | |
parent | d4eecf4afe4ddf66f4d00e1bcdab14f8d21655fb (diff) | |
download | abakus-b877728731c783fbd7370935a6733c78c25d5ce2.tar.gz abakus-b877728731c783fbd7370935a6733c78c25d5ce2.zip |
Rename a number of old tq methods that are no longer tq specific
Diffstat (limited to 'src/dragsupport.cpp')
-rw-r--r-- | src/dragsupport.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dragsupport.cpp b/src/dragsupport.cpp index f597022..b506d2c 100644 --- a/src/dragsupport.cpp +++ b/src/dragsupport.cpp @@ -23,7 +23,7 @@ #include <tqpainter.h> #include <tqcolor.h> #include <tqfont.h> -#include <tqbrush.h> +#include <brush.h> #include <tqfontmetrics.h> #include "dragsupport.h" |