diff --git a/IPython/frontend/qt/__init__.py b/IPython/qt/__init__.py similarity index 100% rename from IPython/frontend/qt/__init__.py rename to IPython/qt/__init__.py diff --git a/IPython/frontend/qt/base_frontend_mixin.py b/IPython/qt/base_frontend_mixin.py similarity index 100% rename from IPython/frontend/qt/base_frontend_mixin.py rename to IPython/qt/base_frontend_mixin.py diff --git a/IPython/frontend/qt/client.py b/IPython/qt/client.py similarity index 100% rename from IPython/frontend/qt/client.py rename to IPython/qt/client.py diff --git a/IPython/frontend/qt/console/__init__.py b/IPython/qt/console/__init__.py similarity index 100% rename from IPython/frontend/qt/console/__init__.py rename to IPython/qt/console/__init__.py diff --git a/IPython/frontend/qt/console/ansi_code_processor.py b/IPython/qt/console/ansi_code_processor.py similarity index 100% rename from IPython/frontend/qt/console/ansi_code_processor.py rename to IPython/qt/console/ansi_code_processor.py diff --git a/IPython/frontend/qt/console/bracket_matcher.py b/IPython/qt/console/bracket_matcher.py similarity index 100% rename from IPython/frontend/qt/console/bracket_matcher.py rename to IPython/qt/console/bracket_matcher.py diff --git a/IPython/frontend/qt/console/call_tip_widget.py b/IPython/qt/console/call_tip_widget.py similarity index 100% rename from IPython/frontend/qt/console/call_tip_widget.py rename to IPython/qt/console/call_tip_widget.py diff --git a/IPython/frontend/qt/console/completion_html.py b/IPython/qt/console/completion_html.py similarity index 100% rename from IPython/frontend/qt/console/completion_html.py rename to IPython/qt/console/completion_html.py diff --git a/IPython/frontend/qt/console/completion_lexer.py b/IPython/qt/console/completion_lexer.py similarity index 100% rename from IPython/frontend/qt/console/completion_lexer.py rename to IPython/qt/console/completion_lexer.py diff --git a/IPython/frontend/qt/console/completion_plain.py b/IPython/qt/console/completion_plain.py similarity index 100% rename from IPython/frontend/qt/console/completion_plain.py rename to IPython/qt/console/completion_plain.py diff --git a/IPython/frontend/qt/console/completion_widget.py b/IPython/qt/console/completion_widget.py similarity index 100% rename from IPython/frontend/qt/console/completion_widget.py rename to IPython/qt/console/completion_widget.py diff --git a/IPython/frontend/qt/console/console_widget.py b/IPython/qt/console/console_widget.py similarity index 100% rename from IPython/frontend/qt/console/console_widget.py rename to IPython/qt/console/console_widget.py diff --git a/IPython/frontend/qt/console/frontend_widget.py b/IPython/qt/console/frontend_widget.py similarity index 100% rename from IPython/frontend/qt/console/frontend_widget.py rename to IPython/qt/console/frontend_widget.py diff --git a/IPython/frontend/qt/console/history_console_widget.py b/IPython/qt/console/history_console_widget.py similarity index 100% rename from IPython/frontend/qt/console/history_console_widget.py rename to IPython/qt/console/history_console_widget.py diff --git a/IPython/frontend/qt/console/ipython_widget.py b/IPython/qt/console/ipython_widget.py similarity index 100% rename from IPython/frontend/qt/console/ipython_widget.py rename to IPython/qt/console/ipython_widget.py diff --git a/IPython/frontend/qt/console/kill_ring.py b/IPython/qt/console/kill_ring.py similarity index 100% rename from IPython/frontend/qt/console/kill_ring.py rename to IPython/qt/console/kill_ring.py diff --git a/IPython/frontend/qt/console/mainwindow.py b/IPython/qt/console/mainwindow.py similarity index 100% rename from IPython/frontend/qt/console/mainwindow.py rename to IPython/qt/console/mainwindow.py diff --git a/IPython/frontend/qt/console/pygments_highlighter.py b/IPython/qt/console/pygments_highlighter.py similarity index 100% rename from IPython/frontend/qt/console/pygments_highlighter.py rename to IPython/qt/console/pygments_highlighter.py diff --git a/IPython/frontend/qt/console/qtconsoleapp.py b/IPython/qt/console/qtconsoleapp.py similarity index 100% rename from IPython/frontend/qt/console/qtconsoleapp.py rename to IPython/qt/console/qtconsoleapp.py diff --git a/IPython/frontend/qt/console/resources/icon/IPythonConsole.svg b/IPython/qt/console/resources/icon/IPythonConsole.svg similarity index 100% rename from IPython/frontend/qt/console/resources/icon/IPythonConsole.svg rename to IPython/qt/console/resources/icon/IPythonConsole.svg diff --git a/IPython/frontend/qt/console/rich_ipython_widget.py b/IPython/qt/console/rich_ipython_widget.py similarity index 100% rename from IPython/frontend/qt/console/rich_ipython_widget.py rename to IPython/qt/console/rich_ipython_widget.py diff --git a/IPython/frontend/qt/console/styles.py b/IPython/qt/console/styles.py similarity index 100% rename from IPython/frontend/qt/console/styles.py rename to IPython/qt/console/styles.py diff --git a/IPython/frontend/qt/console/tests/__init__.py b/IPython/qt/console/tests/__init__.py similarity index 100% rename from IPython/frontend/qt/console/tests/__init__.py rename to IPython/qt/console/tests/__init__.py diff --git a/IPython/frontend/qt/console/tests/test_ansi_code_processor.py b/IPython/qt/console/tests/test_ansi_code_processor.py similarity index 100% rename from IPython/frontend/qt/console/tests/test_ansi_code_processor.py rename to IPython/qt/console/tests/test_ansi_code_processor.py diff --git a/IPython/frontend/qt/console/tests/test_completion_lexer.py b/IPython/qt/console/tests/test_completion_lexer.py similarity index 100% rename from IPython/frontend/qt/console/tests/test_completion_lexer.py rename to IPython/qt/console/tests/test_completion_lexer.py diff --git a/IPython/frontend/qt/console/tests/test_console_widget.py b/IPython/qt/console/tests/test_console_widget.py similarity index 100% rename from IPython/frontend/qt/console/tests/test_console_widget.py rename to IPython/qt/console/tests/test_console_widget.py diff --git a/IPython/frontend/qt/console/tests/test_kill_ring.py b/IPython/qt/console/tests/test_kill_ring.py similarity index 100% rename from IPython/frontend/qt/console/tests/test_kill_ring.py rename to IPython/qt/console/tests/test_kill_ring.py diff --git a/IPython/frontend/qt/inprocess.py b/IPython/qt/inprocess.py similarity index 100% rename from IPython/frontend/qt/inprocess.py rename to IPython/qt/inprocess.py diff --git a/IPython/frontend/qt/kernel_mixins.py b/IPython/qt/kernel_mixins.py similarity index 100% rename from IPython/frontend/qt/kernel_mixins.py rename to IPython/qt/kernel_mixins.py diff --git a/IPython/frontend/qt/manager.py b/IPython/qt/manager.py similarity index 100% rename from IPython/frontend/qt/manager.py rename to IPython/qt/manager.py diff --git a/IPython/frontend/qt/rich_text.py b/IPython/qt/rich_text.py similarity index 100% rename from IPython/frontend/qt/rich_text.py rename to IPython/qt/rich_text.py diff --git a/IPython/frontend/qt/svg.py b/IPython/qt/svg.py similarity index 100% rename from IPython/frontend/qt/svg.py rename to IPython/qt/svg.py diff --git a/IPython/frontend/qt/util.py b/IPython/qt/util.py similarity index 100% rename from IPython/frontend/qt/util.py rename to IPython/qt/util.py