diff options
-rw-r--r-- | adept/adept/commitprogress.h | 2 | ||||
-rw-r--r-- | adept/adept/dpkgpm-gui.cpp | 2 | ||||
-rw-r--r-- | adept/libadept/commitprogress.h | 2 | ||||
-rw-r--r-- | adept/libadept/dpkgpm-gui.cpp | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/adept/adept/commitprogress.h b/adept/adept/commitprogress.h index 916e4da..12fdfd0 100644 --- a/adept/adept/commitprogress.h +++ b/adept/adept/commitprogress.h @@ -20,7 +20,7 @@ public: ExtTerminalInterface *terminal() { return static_cast<ExtTerminalInterface*>( - m_konsole->qt_cast( "ExtTerminalInterface" ) ); + m_konsole->tqt_cast( "ExtTerminalInterface" ) ); } // needs to be called before aptFront::init() :'(( diff --git a/adept/adept/dpkgpm-gui.cpp b/adept/adept/dpkgpm-gui.cpp index a463c7d..e21a348 100644 --- a/adept/adept/dpkgpm-gui.cpp +++ b/adept/adept/dpkgpm-gui.cpp @@ -97,7 +97,7 @@ bool DPkgPM::forkDpkg( char *const argv[] ) ExtTerminalInterface *DPkgPM::terminal() { return static_cast<ExtTerminalInterface *>( - m_terminalPart->qt_cast( "ExtTerminalInterface" ) ); + m_terminalPart->tqt_cast( "ExtTerminalInterface" ) ); } bool DPkgPM::forkScript (const char *cmd, bool fP) diff --git a/adept/libadept/commitprogress.h b/adept/libadept/commitprogress.h index 916e4da..12fdfd0 100644 --- a/adept/libadept/commitprogress.h +++ b/adept/libadept/commitprogress.h @@ -20,7 +20,7 @@ public: ExtTerminalInterface *terminal() { return static_cast<ExtTerminalInterface*>( - m_konsole->qt_cast( "ExtTerminalInterface" ) ); + m_konsole->tqt_cast( "ExtTerminalInterface" ) ); } // needs to be called before aptFront::init() :'(( diff --git a/adept/libadept/dpkgpm-gui.cpp b/adept/libadept/dpkgpm-gui.cpp index a463c7d..e21a348 100644 --- a/adept/libadept/dpkgpm-gui.cpp +++ b/adept/libadept/dpkgpm-gui.cpp @@ -97,7 +97,7 @@ bool DPkgPM::forkDpkg( char *const argv[] ) ExtTerminalInterface *DPkgPM::terminal() { return static_cast<ExtTerminalInterface *>( - m_terminalPart->qt_cast( "ExtTerminalInterface" ) ); + m_terminalPart->tqt_cast( "ExtTerminalInterface" ) ); } bool DPkgPM::forkScript (const char *cmd, bool fP) |