diff options
author | gregory guy <[email protected]> | 2019-03-03 06:28:00 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2019-03-03 06:28:23 +0100 |
commit | a4a23a811fa340a8257a1f78f41904e58eea2dd4 (patch) | |
tree | d187de74550ce992d77932b8444af97b31b6f8a1 /src/mplayerthumbsconfig/mplayerthumbscfg.cpp | |
parent | dcee199c44384da39518bc1a00db62d2162f528f (diff) | |
download | mplayerthumbs-a4a23a811fa340a8257a1f78f41904e58eea2dd4.tar.gz mplayerthumbs-a4a23a811fa340a8257a1f78f41904e58eea2dd4.zip |
conversion to the cmake building system
Signed-off-by: gregory guy <[email protected]>
Signed-off-by: Slávek Banko <[email protected]>
Diffstat (limited to 'src/mplayerthumbsconfig/mplayerthumbscfg.cpp')
-rw-r--r-- | src/mplayerthumbsconfig/mplayerthumbscfg.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mplayerthumbsconfig/mplayerthumbscfg.cpp b/src/mplayerthumbsconfig/mplayerthumbscfg.cpp index afd2b82..02fe59d 100644 --- a/src/mplayerthumbsconfig/mplayerthumbscfg.cpp +++ b/src/mplayerthumbsconfig/mplayerthumbscfg.cpp @@ -19,14 +19,14 @@ ***************************************************************************/ #include "mplayerthumbscfg.h" -#include <ntqvbox.h> +#include <tqvbox.h> #include <klineedit.h> #include <kpushbutton.h> -#include <ntqlabel.h> +#include <tqlabel.h> #include <tdelocale.h> #include <kstandarddirs.h> #include <kdebug.h> -#include <ntqtimer.h> +#include <tqtimer.h> #include <keditlistbox.h> MPlayerThumbsConfig::MPlayerThumbsConfig(TQWidget *parent, const char *name, MPlayerThumbsCfg *config, DialogType dialogType, int dialogButtons, ButtonCode defaultButton, bool modal) |