diff options
Diffstat (limited to 'src/tellico_kernel.cpp')
-rw-r--r-- | src/tellico_kernel.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tellico_kernel.cpp b/src/tellico_kernel.cpp index a1f8200..4268681 100644 --- a/src/tellico_kernel.cpp +++ b/src/tellico_kernel.cpp @@ -46,8 +46,8 @@ using Tellico::Kernel; Kernel* Kernel::s_self = 0; -Kernel::Kernel(MainWindow* tqparent) : m_widget(tqparent) - , m_commandHistory(tqparent->actionCollection()) +Kernel::Kernel(MainWindow* parent) : m_widget(parent) + , m_commandHistory(parent->actionCollection()) , m_commandGroup(0) { } |