diff options
author | Timothy Pearson <[email protected]> | 2012-03-01 13:18:35 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2012-03-01 13:18:35 -0600 |
commit | 99e47821ed59208c5490022ddb2d6f8ab2bc8b0d (patch) | |
tree | 6e8bdb4737921bbf360e04f833f9cbb5db999567 /k9author/import.cpp | |
parent | abb61585f84129bd4ae481a10d81437a8246fea0 (diff) | |
download | k9copy-99e47821ed59208c5490022ddb2d6f8ab2bc8b0d.tar.gz k9copy-99e47821ed59208c5490022ddb2d6f8ab2bc8b0d.zip |
Rename additional global TQt functions
Diffstat (limited to 'k9author/import.cpp')
-rw-r--r-- | k9author/import.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/k9author/import.cpp b/k9author/import.cpp index 3c80ec6..47a183d 100644 --- a/k9author/import.cpp +++ b/k9author/import.cpp @@ -114,17 +114,17 @@ void import::languageChange() void import::lvDVDItemSelected(TQListViewItem*) { - qWarning( "import::lvDVDItemSelected(TQListViewItem*): Not implemented yet" ); + tqWarning( "import::lvDVDItemSelected(TQListViewItem*): Not implemented yet" ); } void import::bAddClick() { - qWarning( "import::bAddClick(): Not implemented yet" ); + tqWarning( "import::bAddClick(): Not implemented yet" ); } void import::cbFormatActivated(const TQString&) { - qWarning( "import::cbFormatActivated(const TQString&): Not implemented yet" ); + tqWarning( "import::cbFormatActivated(const TQString&): Not implemented yet" ); } #include "import.moc" |