File indexing completed on 2024-04-28 15:22:04

0001 /*
0002     This file is part of the KDE project, module kdesu.
0003     SPDX-FileCopyrightText: 1999, 2000 Geert Jansen <jansen@kde.org>
0004 
0005     SPDX-License-Identifier: GPL-2.0-only
0006 */
0007 
0008 #ifndef KDESUSTUBPROCESS_P_H
0009 #define KDESUSTUBPROCESS_P_H
0010 
0011 #include "ptyprocess_p.h"
0012 
0013 namespace KDESu
0014 {
0015 class StubProcessPrivate : public PtyProcessPrivate
0016 {
0017 };
0018 
0019 }
0020 
0021 #endif